Revision: tla--file-find--1.4--patch-2
Archive: jivera@flame.org--2004
Creator: Matthew Dempsky <jivera@flame.org>
Date: Mon Jan 10 15:37:29 CST 2005
Standard-date: 2005-01-10 21:37:29 GMT
New-files: CONTRIBUTION-LOG
New-patches: jivera@flame.org--2004/tla--file-find--1.4--patch-2
Summary: fix a bug in cmd-file-find
Keywords: 

In cmd-file-find.c, when using file-find on files in the tree root, the
variables filedir_path and tree_root point to equal strings, which will
cause filedir_path + str_length (tree_root) + 1 to point to an invalid
string.

Original patch thanks to Jani Monoses, merged by way of bazaar.
